CSS Selector Validation
Practice Area
Practice validating CSS selectors using class, id, prefix, suffix, substring, child and descendant selectors.
SoftwareTestingo Test blog post on validating CSS Selectors
SoftwareTestingo
Software Testingo For Prefix
Software Testingo With Suffix
Software Testingo With Substring
- Chrome
- Firefox
- Edge
-
Safari
Launch Safari Browser
Examples:
.pages-sub-title,
#whitepaper-modal.fade,
[id^="123_"],
[id$="_456"],
[id*="pattern"],
#browsers > li,
#browsers li p